home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
a
/
aquakon1.dms
/
aquakon1.adf
/
HD-Install
< prev
next >
Wrap
Text File
|
1992-10-23
|
2KB
|
43 lines
echo ""
echo ""
echo " Digital Ninja Hard Drive Install Script "
echo " --------------------------------------- "
echo ""
echo " For the benefit of the increasing number of Hard Drive owning users"
echo " out there, you'll certainly want to get your moneys worth out of a"
echo " very expensive purchase. D.N try, when they feel it's nessesary, to"
echo " cater for HD owners in the form of a quick little install program to"
echo " make the transfer from floppy to hard drive as simple as possible."
echo ""
echo " The process is one of the simplest you will find. The script will"
echo " make a directory on your DH0: partition called "AQUAKON", and it"
echo " will transfer the game there. All you need to do is make sure you"
echo " have about 2 megabytes of memory free on your DH0: partition. You"
echo " may decide to move the AQUAKON draw to another partition, in which"
echo " case the software will not be affected. As long as the main draw"
echo " for the game is called AQUAKON."
echo ""
echo " However, running AQUAKON on an unexpanded A1200 from Workbench"
echo " won't work because of the reduced memory space. You'll have to"
echo " START WITHOUT STARTUP-SEQUENCE upon booting, and run from CLI!"
echo " (See running Aquakon from CLI for more information)"
echo ""
echo ""
ask " Simply, do you want to install Aquakon? (y/n) >"
if WARN
echo ""
echo " Now installing AQUAKON..."
echo ""
makedir "DH0:AQUAKON"
copy DiskOne:AQUAKON.info DH0:
copy DiskOne:#? DH0:AQUAKON all
copy DiskTwo:#? DH0:AQUAKON all
copy DiskThree:#? DH0:AQUAKON all
echo " Finished!"
else
echo ""
echo " Oh well, see you next time!"
echo ""
endif